micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[common]EitherSecond
common
Either
Second
data class
EitherSecond
<
T1
,
T2
>(t2:
T2
) :
Either
<
T1
,
T2
>
Content copied to clipboard
This type
Either
will always have not nullable
t2
Constructors
Properties
Constructors
EitherSecond
Link copied to clipboard
common
fun <
T2
>
EitherSecond
(t2:
T2
)
Content copied to clipboard
Properties
t1
Link copied to clipboard
common
open override val
t1
:
T1
?
Content copied to clipboard
t2
Link copied to clipboard
common
open override val
t2
:
T2
Content copied to clipboard